crypto/internal/edwards25519.projP2.Z (field)
8 uses
	crypto/internal/edwards25519 (current package)
		edwards25519.go#L19: 	X, Y, Z field.Element
		edwards25519.go#L61: 	v.Z.One()
		edwards25519.go#L198: 	v.Z.Multiply(&p.Z, &p.T)
		edwards25519.go#L205: 	v.Z.Set(&p.z)
		edwards25519.go#L218: 	v.x.Multiply(&p.X, &p.Z)
		edwards25519.go#L219: 	v.y.Multiply(&p.Y, &p.Z)
		edwards25519.go#L220: 	v.z.Square(&p.Z)
		edwards25519.go#L357: 	ZZ2.Square(&p.Z)
|  | The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |